home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Utilitare / filzip / fz302.exe / {app} / Filzip.exe / 0 / RCDATA / TFRMCOMMENT / TFRMCOMMENT.txt
Encoding:
Text File  |  2004-07-08  |  1.5 KB  |  78 lines

  1. object frmComment: TfrmComment
  2.   Left = 321
  3.   Top = 231
  4.   BorderStyle = bsDialog
  5.   Caption = 'frmComment'
  6.   ClientHeight = 300
  7.   ClientWidth = 510
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object reComment: TRichEdit
  22.     Left = 4
  23.     Top = 4
  24.     Width = 503
  25.     Height = 259
  26.     Anchors = [akLeft, akTop, akRight, akBottom]
  27.     ScrollBars = ssVertical
  28.     TabOrder = 0
  29.   end
  30.   object btnClose: TButton
  31.     Left = 290
  32.     Top = 270
  33.     Width = 129
  34.     Height = 25
  35.     Anchors = [akRight, akBottom]
  36.     Caption = 'btnClose'
  37.     Default = True
  38.     TabOrder = 1
  39.     OnClick = btnCloseClick
  40.   end
  41.   object btnClear: TButton
  42.     Left = 94
  43.     Top = 270
  44.     Width = 81
  45.     Height = 25
  46.     Anchors = [akLeft, akBottom]
  47.     Caption = 'btnClear'
  48.     TabOrder = 2
  49.     OnClick = btnClearClick
  50.   end
  51.   object btnInsert: TButton
  52.     Left = 4
  53.     Top = 270
  54.     Width = 83
  55.     Height = 25
  56.     Anchors = [akLeft, akBottom]
  57.     Caption = 'btnInsert'
  58.     TabOrder = 3
  59.     OnClick = btnInsertClick
  60.   end
  61.   object btnCancel: TButton
  62.     Left = 426
  63.     Top = 270
  64.     Width = 75
  65.     Height = 25
  66.     Anchors = [akRight, akBottom]
  67.     Cancel = True
  68.     Caption = 'btnCancel'
  69.     TabOrder = 4
  70.     OnClick = btnCancelClick
  71.   end
  72.   object odTextfiles: TOpenDialog
  73.     Filter = '|*.txt'
  74.     Left = 8
  75.     Top = 272
  76.   end
  77. end
  78.